home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Development Platforms / Apple II / Essentials / APW Interfaces / AInclude / E16.ADB < prev    next >
Encoding:
Text File  |  1991-07-01  |  1.8 KB  |  58 lines  |  [TEXT/MPS ]

  1. ; File:  E16.ADB
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. cmndIncomplete GEQU $0910 ; Command not completed.
  9. cantSync GEQU $0911 ; Can't synchronize
  10. adbBusy GEQU $0982 ; Busy  (command pending)
  11. devNotAtAddr GEQU $0983 ; Device not present at address
  12. srqListFull GEQU $0984 ; List full
  13. readModes GEQU $000A
  14. readConfig GEQU $000B
  15. readADBError GEQU $000C
  16. readVersionNum GEQU $000D
  17. readAvailCharSet GEQU $000E
  18. readAvailLayout GEQU $000F
  19. abort GEQU $0001
  20. resetKbd GEQU $0002
  21. flushKbd GEQU $0003
  22. setModes GEQU $0004 ; 2nd param is pointer to mode byte
  23. clearModes GEQU $0005 ; 2nd param is pointer to mode Byte
  24. setConfig GEQU $0006 ; 2nd param is pointer to SetConfigRec
  25. synch GEQU $0007 ; 2nd param is pointer to SynchRec
  26. writeMicroMem GEQU $0008 ; 2nd param is pointer to MicroControlMemRec
  27. resetSys GEQU $0010
  28. keyCode GEQU $0011 ; 2nd param is pointer to key code byte.
  29. resetADB GEQU $0040
  30. transmitADBBytes GEQU $0047 ; add number of bytes to this 
  31. enableSRQ GEQU $0050 ; ADB address in low nibble
  32. flushADBDevBuf GEQU $0060 ; ADB address in low nibble
  33. disableSRQ GEQU $0070 ; ADB address in low nibble
  34. transmit2ADBBytes GEQU $0080 ; add ADB address to this
  35. listen GEQU $0080 ; adbCommand = listen + ( 16 * reg) + (adb address)
  36. talk GEQU $00C0 ; adbCommand = talk + ( 16 * reg) + (adb address)
  37. readMicroMem GEQU $0009
  38. ; offset constants for ReadConfigRec
  39. orcADBAddr GEQU 0
  40. orcLayoutOrLang GEQU 1
  41. orcRepeatDelay GEQU 2
  42. ; offset constants for SetConfigRec
  43. oscADBAddr GEQU 0
  44. oscLayoutOrLang GEQU 1
  45. oscRepeatDelay GEQU 2
  46. ; offset constants for SynchRec
  47. osynchMode GEQU 0
  48. osynchKybdMouseAddr GEQU 1
  49. osynchLayoutOrLang GEQU 2
  50. osynchRepeatDelay GEQU 3
  51. ; offset constants for ScaleRec
  52. oxDivide GEQU 0
  53. oyDivide GEQU 2
  54. oxOffset GEQU 4
  55. oyOffset GEQU 6
  56. oxMultiply GEQU 8
  57. oyMultiply GEQU 10
  58.